vt-d: Fix ia64 build.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 14 Nov 2008 14:27:08 +0000 (14:27 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 14 Nov 2008 14:27:08 +0000 (14:27 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/drivers/passthrough/vtd/intremap.c

index f484a59e39b9c7c3cabd3de4703eecfa5c9bac25..ced746611ea1e60a3faa9e0b1148f177df0dac85 100644 (file)
 #include "vtd.h"
 #include "extern.h"
 
+#ifndef dest_SMI
+#define dest_SMI -1
+#endif
+
 u16 apicid_to_bdf(int apic_id)
 {
     struct acpi_drhd_unit *drhd = ioapic_to_drhd(apic_id);